home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 November: Tool Chest / Dev.CD Nov 98 TC.toast / Tool Chest / Development Kits / MPW etc. / Debuggers / Power Mac Debugger / Debugger Extensions / Sample_ndcd / README.mpw < prev   
Encoding:
Text File  |  1997-02-18  |  1.1 KB  |  28 lines  |  [TEXT/MPS ]

  1. This document explains how to build the Echo sample debugger extension.
  2.  
  3. The files you need are:
  4.  
  5. Put.c            - A set of formatting routines for use by dcmds (not used by Echo ndcd).
  6. Put.h            - The header file for the set of formatting routines (not used by Echo ndcd).
  7. dcmd.h            - 68K dcmd header file
  8. ndcd.h            - PPC ndcd header file
  9. ndcdGlue.o        - standard glue file you must link with
  10. NativeNub        - the debugger object exports file you must link against
  11. Echo.c            - the ndcd source file
  12. Echo.makefile    - the makefile that builds Echo
  13. EchoAdd.r         - the file that is used to make Echo into an ndcd resource
  14.  
  15. Steps to build the Echo ndcd:
  16.  
  17. 1. Copy the files to your Macintosh.
  18.  
  19. 2. In MPW, type "make Echo -f Echo.makefile", select the resulting build lines and execute them.
  20.    This will create the ndcd resource and put it in a file named "Echo".
  21.  
  22. 3. Open Echo with ResEdit and copy the "ndcd" resource to: (on the target machine)
  23.  
  24.    "{SystemFolder}Preferences:Power Mac DebugServices Prefs" if you're using the application nub.
  25.    "{SystemFolder}Preferences:Debugger Nub Preferences" if you're using the serial nub.
  26.  
  27. 4. Reboot the target machine to load the Echo ndcd.
  28.